Skip to main content

DCC 2.3

· 6 min read

New Features

IG-332 Simple DCM configurator now supports Rockwell, Modbus and HTTP collectors

The simple DCM configuration under IoT Admin has been extended to support the Rockwell, Modbus and HTTP collector types

IG-395 Date range: possibility to choose min,avg,max for longer periods

Added min, max,avg to daterange.
Added tooltip that shows how the automatic interval work

IG-409 Boolean Graph can now be shown in steps

The boolean graph can now be shown in steps, i.e. the value is shown as a horizontal line until the next value is received, and then jumps with a vertical line to the new value. This is supplementary to the standard way of showing a straight line from the two values.

IG-410 Optimized loading of fleetmap dashboards

Significant improvement to loading of fleetmap dashboards, by optimizing the logistics template handling in the backend

IG-433 Dahsboards opens in new tab

Dashboards now opens in a new tap, allowing the user not having to step back in the dashboard window to get to the dashboard list

IG-437 Alarms based on test is now clearly labelled as test

It could be difficult to determine if an alarm was an actual alarm or originating from triggering a test. Now test alarms are clearly labelled as test alarms

IG-445 Workaround for missing String support in SiteManager DCM S7 Collector

The Secomea SiteManager S7 collector does not support strings. As a workaround it is now possible in the DCC to combine individual byte or Unit based sample points into a string. This process and syntax is described in a separate document available on the Inuatek knowledge base

IG-449 Inline access to documentation starting with "getting started with a SiteManager"

Context aware documentation has been added. In the initial version the only linked document is a getting started guide for SiteManager found under IoT Admin. The documentation is maintained on an external server and will be updated independently of the DCC. Links to new documentation will be added with new releases of DCC.

IG-450 Report for distributor admins showing customer's consumption within the last 24 hours

With introduction of the new business model, a report is now sent to the distributors in CSV format listing the IoT Devices and their hourly consumption. The report is automatically generated every 24 hours.

IG-505 Rename Logistics templates to Data Refinement Profile and move in under Data Analytics (Utilities)

The Logistics template has been moved from account management in under Data Analytics (formerly Utilities), and has been renamed to Data Refinement Profile. This is the first step towards consolidating all functions and events based on analyzing data in more intuitive way.

Security Advisory

IG-468 Vague risk of compromising data using another MQTT device

In the first version of MQTT support, the MQTT devices were not individually authenticated, and thereby it would be possible to use the same configuration from other devices, which could publish to the same cloud instance and thereby compromise data for the legit device. Now access control lists are used to identify and distinguish IoT MQTT publishers.

Bugfixes

IG-148 Not possible to duplicate data field in logistics template

The ability to duplicate data fields in logistics templates has been suppressed in a previous release. This has been reintroduced

IG-225 x, y, width, height of Widget during is not displayed

Showing location and dimensions of a widget while editing it’s size/location in a dashboard was removed in a recent release. The feature has now been reintroduced.

IG-389 Deadlocks in SBI due to race conditions

The South bound interface could in certain cases lead to deadlocks in heavy load. This has been fixed

IG-405 Pasting text into Text Formatter not working properly

When text was attempted inserted in the “Text:” field of the text formatter widget, using ctrl+V, a wrong format error was shown and no text was inserted. This has been fixed

IG-413 Missing spaces in strings of sample points in the Text Formatter

Spaces in strings displayed with text formatter where not shown, but the space where shown when using value widget and the fleet table for the same data sample. This has has been fixed

IG-415 Data was displayed as "undefined" if more than 1 day old

The widgets text formatter and bool monitor stop displaying data when the last data points is ~1 day old.
Then the bool monitor just goes blank and the text formatter writes “undefined“.

IG-417 Scheduled reports were not triggered by some users

Scheduled reports sometimes did not trigger for specific users. This has been resolved.

IG-436 Some users experienced sporadic delays loading dashboards

Some users could experience sporadic delays in connection with loading the dashboard. This has been fixed

IG-441 Title for symbol widget was missing after DCC version 2.0

In connection with changes in DCC 2.0, the title of the different states has disappeared for the symbol widget, which means only the symbol was shown, but not the description of the current state. This has been fixed

IG-444 DCC simple IoT Configuration generated a "S7error_2" error

The S7 collector was missing ConnectRetryMin/Max which generated a S7error_2. This has been fixed

IG-464 Import/Export CSV is not implemented but made visible in simple DCM configurator

The planned CSV export/import function was made visible in the simple configurator but the underlying logic was not ready. For now the buttons are hidden until functionality is implemented in a future release

IG-465 DCM config creator did not indicate the SM for which the config is bound

When creating a DCM conf from a specific SiteManager, it did not indicate that it is specific to that SiteManager and cannot be used for another (as the case is when creating it from the domain level). The configuration pop-up, will now indicate in the header specifically the SM it is intended for.

IG-483 Dashboards inherited from parent-company were not shown for new child-companies

When creating a new child company and inheriting a dashboard from a parent-company were not show to new users of the child company. This has been fixed